projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dec9f3
)
(define-minor-mode): Reference manual about customization, rather than
author
Richard M. Stallman
<rms@gnu.org>
Thu, 31 Aug 2006 23:14:26 +0000
(23:14 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 31 Aug 2006 23:14:26 +0000
(23:14 +0000)
M-x customize, in the doc string made for the defcustom.
lisp/emacs-lisp/easy-mmode.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/easy-mmode.el
b/lisp/emacs-lisp/easy-mmode.el
index d4ba8d306236fe57802e386fb1d4437b8d009970..b22e49dac34f8c0a39ea7e440d7416c44f895a76 100644
(file)
--- a/
lisp/emacs-lisp/easy-mmode.el
+++ b/
lisp/emacs-lisp/easy-mmode.el
@@
-200,7
+200,8
@@
Use the command `%s' to change this variable." pretty-name mode))
See the command `%s' for a description of this minor-mode."
(if body "
Setting this variable directly does not take effect;
-use either \\[customize] or the function `%s'."))))
+either customize it (see the info node `Easy Customization')
+or call the function `%s'."))))
`(defcustom ,mode ,init-value
,(format base-doc-string pretty-name mode mode)
,@set